Skip to content

Add yq feature#120

Merged
sebst merged 2 commits intomainfrom
copilot/add-yq-feature
Mar 19, 2026
Merged

Add yq feature#120
sebst merged 2 commits intomainfrom
copilot/add-yq-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Adds a yq (YAML processor) devcontainer feature installing the mikefarah/yq binary directly from GitHub releases, following the established feature pattern in this repo.

New files

  • src/yq/devcontainer-feature.json — feature metadata; exposes a version option (latest or X.Y.Z)
  • src/yq/install.sh — downloads the appropriate pre-built binary for the container architecture (amd64, arm64, arm, 386) from the release URL yq_linux_<arch>
  • test/yq/test.sh — verifies yq --version runs and outputs yq

Modified

  • .github/workflows/test.yaml — adds yq to both test-autogenerated and test-scenarios matrices
Original prompt

This section details on the original issue you should resolve

<issue_title>Add yq feature</issue_title>
<issue_description>build on implementation in #104 </issue_description>

Comments on the Issue (you are @copilot in this section)


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

…tegration

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot AI changed the title [WIP] [issue_title] Add yq feature Add yq feature Mar 19, 2026
Copilot AI requested a review from sebst March 19, 2026 09:35
@sebst sebst marked this pull request as ready for review March 19, 2026 09:45
@sebst sebst merged commit 4dd77fc into main Mar 19, 2026
140 of 141 checks passed
@sebst sebst deleted the copilot/add-yq-feature branch March 19, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add yq feature

2 participants